Skip to content

recognize .wrl as a vrml export extension - #2073

Open
tylergibbs1 wants to merge 1 commit into
CadQuery:masterfrom
tylergibbs1:agent/wrl-export
Open

recognize .wrl as a vrml export extension#2073
tylergibbs1 wants to merge 1 commit into
CadQuery:masterfrom
tylergibbs1:agent/wrl-export

Conversation

@tylergibbs1

Copy link
Copy Markdown

fixes #740

.wrl is the extension most vrml tools recognize, but cadquery only inferred VRML from .vrml. this maps .wrl to the existing vrml exporter for both shapes and assemblies.

the exporter test now verifies that .vrml and .wrl produce the same vrml header. the assembly save and export cases also infer the format from .wrl instead of passing it explicitly.

validation

  • ran the cadquery black fork against all four changed files
  • compiled the cadquery and test python sources
  • ran git diff check

full pytest was not run locally because this checkout does not have the occt runtime installed.

@codecov

codecov Bot commented Aug 1, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.70%. Comparing base (f4847b5) to head (7e521d2).

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2073   +/-   ##
=======================================
  Coverage   95.70%   95.70%           
=======================================
  Files          30       30           
  Lines        9480     9484    +4     
  Branches     1410     1412    +2     
=======================================
+ Hits         9073     9077    +4     
  Misses        253      253           
  Partials      154      154           

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

VRML Export - File extension

1 participant